notebook: Remove redundant variable declarations
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 10:43:06 +0000 (11:43 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 10:44:11 +0000 (11:44 +0100)
commit6a9be60a1689b46bca2c5d51203c3a3752b12673
treeb573c363c7e1dc606cc81766751c241f2a000ef1
parent39e848c0eb396de601af26ca0aa4d29492e5f533
notebook: Remove redundant variable declarations

We're already declaring notebook and priv at the top of the function,
and assigning them to the same values.
gtk/gtknotebook.c